home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / c / cm100exe.zip / CM100EXE.EXE / README.TXT < prev    next >
Text File  |  1991-11-16  |  6KB  |  161 lines

  1.                              README.TXT
  2.  
  3.  
  4.      WHAT IS CMAKE?:
  5.  
  6.      CMAKE is a program maintenance utility designed especially for the
  7.      Microsoft(R) C and Microsoft Windows(TM) programmer.  For the
  8.      commands:
  9.  
  10.            CL, LIB, LINK, MASM, RC, and COPY,
  11.  
  12.      CMAKE automatically determines all dependencies directly from the
  13.      command line.
  14.  
  15.  
  16.      DISTRIBUTION FILES:
  17.  
  18.      CMAKE is distributed as three self-extracting archive files.
  19.  
  20.      CM100EXE.EXE - Executable and Samples.
  21.  
  22.                     This is all you need to get started, but you should
  23.                     seriously consider getting, CM100HLP.EXE, if you
  24.                     don't already have it.
  25.  
  26.      CM100HLP.EXE - Microsoft QuickHelp-Compatible Help File.
  27.  
  28.                     This is the complete manual for CMAKE.  It can be
  29.                     viewed with the program, QH.EXE, which is
  30.                     distributed with the Microsoft C Optimizing
  31.                     Compiler 6.00 and the Microsoft Macro Assembler
  32.                     6.00.  The CMAKE help file is similar in style to
  33.                     the QuickHelp files that Microsoft distributes with
  34.                     its C and Assembler packages.
  35.  
  36.      CM100TXT.EXE - ASCII Text-File Version of the Help File in
  37.                     CM100HLP.EXE.
  38.  
  39.                     The information contained in this file is identical
  40.                     to that of CM100HLP.EXE.  It is only included for
  41.                     those users who either do not have the Microsoft
  42.                     QuickHelp program, QH.EXE, or would like a
  43.                     printable version of the CMAKE help file.
  44.  
  45.  
  46.      INSTALLATION:
  47.  
  48.      To install CMAKE,
  49.  
  50.      1. Create a directory for CMAKE on the target drive.
  51.      2. Copy your distribution files into the newly created directory.
  52.      3. Execute the self-extracting distribution files (in any order).
  53.  
  54.  
  55.      PRINTING THE DOCUMENTS:
  56.  
  57.      The following command may be used to print the document files
  58.      that are included with CMAKE 1.00:
  59.  
  60.          copy *.txt prn
  61.  
  62.  
  63.      GETTING STARTED:
  64.  
  65.      1. PUT CMAKE.EXE IN YOUR PATH
  66.  
  67.      2. REVIEW THE SAMPLES
  68.  
  69.         The sample programs will teach you how to use CMAKE to maintain
  70.         your application.  In addition, the samples provide make files,
  71.         LIB response files, and LINK response files that you may use as
  72.         templates for your application.
  73.  
  74.         The CMAKE QuickHelp file provides a convenient way to study the
  75.         samples.  If you select "Samples" from the CMAKE Contents
  76.         screen, you will be able to view all of the samples files
  77.         provided with CMAKE.
  78.  
  79.         The sample in the directory, SAMPLE\C, will probably be of
  80.         interest to everyone.  This sample will show you how to use
  81.         CMAKE to maintain an application that is built with the
  82.         Microsoft C programs: CL, LIB, and LINK.
  83.  
  84.         If you are a Microsoft Windows programmer, study the sample in
  85.         the directory, SAMPLE\WINDOWS.
  86.  
  87.         If you use MASM, review the sample in the directory,
  88.         SAMPLE\MASM.
  89.  
  90.         If you would like to know how to expand CMAKE's command
  91.         vocabulary (beyond CL, LIB, LINK, MASM, RC, COPY, SET, and
  92.         REM), you should review the samples in the directories,
  93.         SAMPLE\CMDDEF and SAMPLE\CMDEQUIV.
  94.  
  95.         The sample in the directory, SAMPLE\CFG, contains a
  96.         configuration file that gives a complete list of all possible
  97.         configuration statements.
  98.  
  99.         If you have a situation where you would like to explicitly
  100.         specify dependencies (as you would with a generic make
  101.         utility), review the sample in the directory, SAMPLE\IF.
  102.  
  103.         If you would like to know how CMAKE handles the MS-DOS(R) COPY
  104.         command, you should review the sample in the directory,
  105.         SAMPLE\COPY.
  106.  
  107.  
  108.         For each sample that you study, you should:
  109.  
  110.            - Read the files, "README.TXT" and "MAKEFILE", that are
  111.              included with the sample.
  112.            - Run CMAKE on the sample.
  113.            - Touch/modify some source files and run CMAKE again to see
  114.              how well CMAKE automatically determines which commands
  115.              are required to renew the sample application.
  116.  
  117.  
  118.      3. USE QUICK HELP (QH.EXE) TO VIEW THE HELP FILE
  119.  
  120.         The help file, CMAKE.HLP, is compatible with Microsoft's
  121.         QuickHelp Facility.  (The QuickHelp facility, QH.EXE, is
  122.         distributed with the Microsoft C Optimizing Compiler 6.00 and
  123.         the Microsoft Macro Assembler 6.00.  If you do not have QH.EXE,
  124.         you can use the file, CMAKE.TXT, which is the ASCII text-file
  125.         version of the file, CMAKE.HLP, and is contained in the
  126.         distribution file, CM100TXT.EXE.)
  127.  
  128.         Add the path of the file, CMAKE.HLP, to your HELPFILES
  129.         environment variable.  To view the help for CMAKE:
  130.  
  131.         a. Run CMAKE with the /help (or equivalently /h) option:
  132.  
  133.            cmake /h
  134.  
  135.            or
  136.  
  137.         b. Run the QuickHelp program by using the command:
  138.  
  139.            qh cmake
  140.  
  141.            or
  142.  
  143.         c. Run the QuickHelp program by using the command:
  144.  
  145.            qh
  146.  
  147.            and select CMAKE from the "Categories" menu, or search for
  148.            the topic, "cmake" (press S and enter the topic, cmake).
  149.  
  150.         Note that since QH will only open the first 15 files found in
  151.         the directories given by the HELPFILES environment variable,
  152.         you might have to list the CMAKE help directory first.  If QH
  153.         does not open CMAKE.HLP automatically, you will have to
  154.         manually open this help file/database after you start QH.
  155.  
  156.      -----------------------------------------------------------------
  157.      Microsoft and MS-DOS are registered trademarks of Microsoft
  158.      Corporation.
  159.  
  160.      Windows is a trademark of Microsoft Corporation.
  161.